Creates a List<(Of <(<'T>)>)> from this collection.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.4 (in C1.Silverlight.Olap.4.dll)

Syntax

C#
public List<T> ToList()
Visual Basic
Public Function ToList As List(Of T)

Return Value

A List<(Of <(<'T>)>)> that contains the objects in this collection.

See Also